Hacking
-
void diverge_model_hack(diverge_model_t *m, const char *key, const char *val)
[source] enable unsupported features. depending on the key, different stages of initialization of the model are required.
usage is discouraged but this function exists in order to have an easy way to switch to non-default options without recompiling the library. Have a look at the (cpp) source file to see what the available hacks actually do.
-
void diverge_hack(void *object, const char *key, const char *val)
[source] same as
diverge_model_hack()but without restriction to model pointer
-
void diverge_print_hacks(void)
[source] alias for
diverge_model_print_hacks()